home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / args.swf / scripts / DefineButton2_458 / BUTTONCONDACTION on(release).as next >
Text File  |  2005-02-26  |  160b  |  7 lines

  1. on(release){
  2.    this._parent.gotoAndStop("s_essay");
  3.    this._parent.state = 0;
  4.    this._parent._parent.gotoAndStop("s_essay");
  5.    this.gotoAndStop(1);
  6. }
  7.